Skip to content

Conversation

@olekoliinyk
Copy link
Contributor

@olekoliinyk olekoliinyk commented Jul 16, 2025

We're hitting the rate limit for the requests while calling below requests in get-workflow-version-action:

requests.get(
        f"{github_api_url}/repos/{caller_repository}/actions/runs/{caller_run_id}",
        headers=headers,
    )

With authenticated requests we might increase the limit.

Copy link

@mathiaspeters mathiaspeters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@olekoliinyk olekoliinyk merged commit 25e94a4 into main Nov 5, 2025
1 check passed
@olekoliinyk olekoliinyk deleted the LLT-6474-make-authenticated-requests branch November 5, 2025 07:15
@olekoliinyk olekoliinyk restored the LLT-6474-make-authenticated-requests branch November 5, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants